ProjectBrain MCP provides project/task/decision/fact/skill/milestone/team-message tools for persistent AI project management.
Overview
What is ProjectBrain MCP?
ProjectBrain MCP is a remote MCP server for persistent project management.
It helps agents and teams track work across sessions with structured tools for tasks, decisions, facts, milestones, and team messaging.
How to use ProjectBrain MCP?
- Create a ProjectBrain account and generate an API key (
pb_...). - Add the server config and set:
AUTH_HEADER=Bearer pb_YOUR_API_KEY
- Connect to:
https://mcp.projectbrain.tools
Key features
- Task lifecycle and dependency tracking
- Decision logging with rationale
- Durable project facts (shared memory)
- Reusable skills/procedures
- Milestone progress tracking
- Team messaging for human/agent coordination
Use cases
- AI-assisted sprint planning and execution
- Multi-agent coordination with persistent context
- Capturing technical decisions and conventions
- Building a searchable project memory for ongoing delivery
Authentication
ProjectBrain MCP requires bearer authentication.
OAuth metadata is exposed via:
/.well-known/oauth-protected-resource/.well-known/oauth-authorization-server
Server Config
{
"mcpServers": {
"project-brain": {
"url": "https://mcp.projectbrain.tools",
"transport": "streamable-http",
"headers": {
"Authorization": "Bearer pb_YOUR_API_KEY"
}
}
}
}